@charset "utf-8";
/* CSS Document */
html
{
    height: 100%;
}

body 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000080; /*color del texto*/
	background-color: #F1FEFE; /*color del fondo de la ventana del navegador*/
    height: 90%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-image: -webkit-linear-gradient(bottom, #3dd, #FFF); 
  	background-image:    -moz-linear-gradient(bottom, #3dd, #FFF); 
  	background-image:     -ms-linear-gradient(bottom, #3dd, #FFF); 
  	background-image:      -o-linear-gradient(bottom, #3dd, #FFF); 
  	background-image:         linear-gradient(#FFF,#3dd);
	font-family: Georgia;
	font-size: medium;
}

img
{
	border-style:none;
}

div {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

iframe {
	margin-left:auto;
	margin-right:auto;
}

.soloprint, div.oculto, iframe.oculto
{
	display:none;
}

.plegable
{
	display: block;
}

h1
{
	font-family: Arial;
	font-size: 2em;
}

.h2
{
	width:80%; margin-left:10%; /*width 80% y margin-left 10% consigue un centrado*/
	text-align:center;
	font-family: Verdana;
	font-size: 2em;
	color: #DCFCFC;
	background-color: silver;
	background-image: -webkit-linear-gradient(top, #4F8FAF, #1C5E7E); 
  	background-image:    -moz-linear-gradient(top, #4F8FAF, #1C5E7E); 
  	background-image:     -ms-linear-gradient(top, #4F8FAF, #1C5E7E); 
  	background-image:      -o-linear-gradient(top, #4F8FAF, #1C5E7E); 
  	background-image:         linear-gradient(#4F8FAF, #1C5E7E);
	border-radius: 30px;
}

.desplegable
{
	cursor: pointer;
	background-color: grey;
	background-image: -webkit-linear-gradient(top, #22A2A2, #008080); 
  	background-image:    -moz-linear-gradient(top, #22A2A2, #008080); 
  	background-image:     -ms-linear-gradient(top, #22A2A2, #008080); 
  	background-image:      -o-linear-gradient(top, #22A2A2, #008080); 
  	background-image:         linear-gradient(#22A2A2, #008080);
}

.h3
{
	width:60%; margin-left:20%; /*width 60% y margin-left 20% consigue un centrado*/
	text-align: center;
	font-family: Times New Roman;
	font-size: 2em;
	color: #DCFCFC;
	background-color: #9CB2C5;
	background-image: -webkit-linear-gradient(top, #9CB2C5, #1C5E7E); 
  	background-image:    -moz-linear-gradient(top, #9CB2C5, #1C5E7E); 
  	background-image:     -ms-linear-gradient(top, #9CB2C5, #1C5E7E); 
  	background-image:      -o-linear-gradient(top, #9CB2C5, #1C5E7E); 
  	background-image:         linear-gradient(#9CB2C5, #1C5E7E);
	border-radius: 30px;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
}

#googletranslator
{
	height:18px;
	display:block;
	position:fixed;
	top:0px;
	right:0px;
}

#buscar
{
 	text-align:left;
	margin-bottom:20px;
}

#redessociales
{
	clear:both;
}

#seguirenlinkedin, #seguirenfacebook, #seguirentwitter, #seguirenpinterest
{
	height:18px;
	display:block;
	position:fixed;
	bottom:0px;
}

#seguirenlinkedin
{
	right:263px;
}

#seguirenfacebook
{
	right:208px;
}

#seguirentwitter
{
	right:80px;
}

#seguirenpinterest
{
	right:0px;
}

#contadormegustafacebook
{
	display:block;
	position:fixed;
	top:25px;
	right:0px;
}

#compartirenfacebook
{
	display:block;
	position:fixed;
	top:120px;
	right:0px;
}

#compartirentwitter
{
	display:block;
	position:fixed;
	top:170px;
	right:0px;
}

#compartirenpinterest
{
	display:block;
	position:fixed;
	top:220px;
	right:0px;
}

#recomendarporcorreoelectronico
{
	display:block;
	position:fixed;
	top:270px;
	right:0px;
}

#textotarjetavisita
{
	background-color: #FEFFFE;
	width:80%;
	border:solid 1px black;
}

#textosubvencion
{
	background-color: #FEFFFE;
	width:80%;
	border:solid 1px black;
}

.rotuloproductooservicio
{
	background-color: #FEFFFE;
	width:60%;
}

#pensamiento
{
	font-size: large;
	background-color:#FEFEFE;
	width:80%;
	border-top-width: 48px;
	border-right-width: 64px;
	border-bottom-width: 48px;
	border-left-width: 64px;
	-webkit-border-image: url(marcocss3brillos.jpg) 48 64 space space;
	-moz-border-image: url(marcocss3brillos.jpg) 48 64 space space;
	border-image: url(marcocss3brillos.jpg) 48 64 space space;
}

#blog
{
	padding-top:30px;	
}

#blogplegable
{
	padding: 20px;
	text-align:left;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#FEFEFE;
	width:50%;
	border-top-width: 48px;
	border-right-width: 64px;
	border-bottom-width: 48px;
	border-left-width: 64px;
	-webkit-border-image: url(marcoblog.png) 48 64 space space;
	-moz-border-image: url(marcoblog.png) 48 64 space space;
	border-image: url(marcoblog.png) 48 64 space space;
}

#blog p
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; /* no se permite que el navegante seleccione texto */
	cursor:default;
}

.imagenblog
{
	margin-top: 30px; /*para que se vea la sombra del botón negro(titulo)*/
}

#estado, .estado
{
	width: 80%;
	background-color:#FFC;
	font-size: large;
	border: solid 1px black;
	box-shadow: 0 20px 20px -6px grey;
	cursor:pointer;
}

#logo
{
	display:block;
	position:fixed;
	bottom:0px;
	left:0px;
	height:18px;
}

#logo:hover
{
	height:auto;
	transition:height 2s ease-in;
}

a.gris
{
	text-align: center;
	font-family:"Courier New", Courier, monospace;
	color: black;
	background-color:white;
	border:1px solid black;
	border-radius: 10px;
	text-decoration:none;
	font-size:small;
	line-height:0.5em;
	margin-bottom:2em;
	box-shadow: 0 20px 20px -6px gray;
	padding: 5px 5px;
}




a.negro
{
	text-align: center;
	font-family: Verdana;
	color: #DCFCFC;
	background-color:black;
	border-radius: 20px;
	text-decoration:none;
	line-height:1.5em;
	margin-bottom:3em;
	box-shadow: 0 20px 20px -6px black;
	padding: 5px 5px;
}

div.negro
{
	background-color:black;
	border-radius: 20px;
	margin-top:3em;
	box-shadow: 0 20px 20px -6px black;
	padding: 10px 10px;
}

a.negro:active
{
	background-color:#1B69BE;
}

a.negro:hover
{
	background-color:#1B69BE;
}

#validadores::before
{
	content:"CSS3 procesado completamente";
	width: 80%;
	background-color:#FFC;
	font-size: large;
	border: solid 1px black;
	box-shadow: 0 20px 20px -6px grey;
	cursor:pointer;
}
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/

@media screen and (max-width: 480px)
{
	
body
{
	background-image: none;
	color:black;
	background-color: white;	
	font-size:large;
}

h1
{
	font-family: Arial;
	font-size: 1em;
}

.h2
{
	width:80%; margin-left:10%; /*width 80% y margin-left 10% consigue un centrado*/
	text-align:center;
	font-family: Verdana;
	font-size: 1em;
	color: #DCFCFC;
	background-color: silver;
	background-image: -webkit-linear-gradient(top, #4F8FAF, #1C5E7E); 
  	background-image:    -moz-linear-gradient(top, #4F8FAF, #1C5E7E); 
  	background-image:     -ms-linear-gradient(top, #4F8FAF, #1C5E7E); 
  	background-image:      -o-linear-gradient(top, #4F8FAF, #1C5E7E); 
  	background-image:         linear-gradient(#4F8FAF, #1C5E7E);
	border-radius: 30px;
}

.desplegable
{

	cursor: pointer;
	background-color: grey;
	background-image: -webkit-linear-gradient(top, #22A2A2, #008080); 
  	background-image:    -moz-linear-gradient(top, #22A2A2, #008080); 
  	background-image:     -ms-linear-gradient(top, #22A2A2, #008080); 
  	background-image:      -o-linear-gradient(top, #22A2A2, #008080); 
  	background-image:         linear-gradient(#22A2A2, #008080);
}

.h3
{
	width:60%; margin-left:20%; /*width 60% y margin-left 20% consigue un centrado*/
	text-align: center;
	font-family: Times New Roman;
	font-size: 1em;
	color: #DCFCFC;
	background-color: #9CB2C5;
	background-image: -webkit-linear-gradient(top, #9CB2C5, #1C5E7E); 
  	background-image:    -moz-linear-gradient(top, #9CB2C5, #1C5E7E); 
  	background-image:     -ms-linear-gradient(top, #9CB2C5, #1C5E7E); 
  	background-image:      -o-linear-gradient(top, #9CB2C5, #1C5E7E); 
  	background-image:         linear-gradient(#9CB2C5, #1C5E7E);
	border-radius: 30px;
}

#pensamiento
{
	font-size: large;
	background-color:#FEFEFE;
	width:95%;
	border-top-width: 48px;
	border-right-width: 64px;
	border-bottom-width: 48px;
	border-left-width: 64px;
	-webkit-border-image: url(marcocss3brillos.jpg) 48 64 space space;
	-moz-border-image: url(marcocss3brillos.jpg) 48 64 space space;
	border-image: url(marcocss3brillos.jpg) 48 64 space space;
}

#blogplegable
{
	padding: 20px;
	text-align:left;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#FEFEFE;
	width:95%;
	border-top-width: 48px;
	border-right-width: 64px;
	border-bottom-width: 48px;
	border-left-width: 64px;
	-webkit-border-image: url(marcoblog.png) 48 64 space space;
	-moz-border-image: url(marcoblog.png) 48 64 space space;
	border-image: url(marcoblog.png) 48 64 space space;
}

}